func go/printer.isTypeLit

4 uses

	go/printer (current package)
		nodes.go#L391: 			if t, _ := fields.List[0].Type.(*ast.StarExpr); t != nil && !isTypeLit(t.X) {
		nodes.go#L406: func isTypeLit(x ast.Expr) bool {
		nodes.go#L413: 		return isTypeLit(x.X)
		nodes.go#L415: 		return isTypeLit(x.X)